home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gcc / ixemul_src.lha / ixemul-41.0 / gnulib-soft-float / cmpdf2.c < prev    next >
C/C++ Source or Header  |  1994-08-19  |  126b  |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubbas.h>
  3.  
  4. int
  5. __cmpdf2 (a, b)
  6.      double a, b;
  7. {
  8.   return IEEEDPCmp (a, b);
  9. }
  10.